[index]
DiskSpace Function
Syntax
the diskSpace or
diskSpace ()
Description
The diskSpace function returns the amount of total disk space available on the current volume in bytes.
Notes
Examples
Create a button and place the following handler in its script:
on mouseUp
if the diskSpace < 100000
then answer "Your disk is getting full" end mouseUp
To find the amount of disk space you currently have, type the following into the Message Box and press Enter: the diskSpace
This text has been mechanically extracted from the Oracle Media Objects 1.0.4.9 MediaTalk Reference, © 1995 Oracle Corporation, and is provided here solely for educational/historical purposes.